'Declaration Public Overloads Shared Sub SaveLayout( _ ByVal form As System.Windows.Forms.Form, _ ByVal stream As System.IO.Stream, _ ByVal ParamArray pageProperties() As System.String _ )
public static void SaveLayout( System.Windows.Forms.Form form, System.IO.Stream stream, params System.string[] pageProperties )
Parameters
- form
- stream
- pageProperties
- Additional property names of the C1DockingTabPage that you would like to store.